home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / tatriv12.lha / TATRIVIA.DOC < prev   
Text File  |  1995-07-19  |  2KB  |  58 lines

  1.  
  2.                             TA Trivia 
  3.                    by John Kratz of Amiga Time 
  4.  
  5. I have always wanted a Trivia Door for my BBS but could never find one that I
  6. liked. So, I decided to write one of my own.
  7.  
  8. How to play: 
  9.  
  10. From the main menu select either option (V)iew High Scores - to
  11. view the top 5 scorers, (P)lay TA Trivia - to play the game, or (Q)uit TA
  12. Trivia to quit the game.
  13.  
  14. When answering the questions, select one of the multiple choice type answers
  15. (1-4,Q). DO NOT HIT RETURN. The game is HOTKEYED now.
  16.  
  17. Scoring:
  18.  
  19. If the player has a score better than ANY of the Top Ten players, their name
  20. will be inserted into the HighScore file and the lowest score will be tossed
  21. out. Also, if the player scores 4-10 correct answers, they will be awarded
  22. extra online time. (The amount of time is configurable, see the TATrivia.trans
  23. file) But, if they player only scores 1-3 correct answers, even though they
  24. may make the Top Ten, they DO NOT receive any extra online time.
  25.  
  26. Installation:
  27.  
  28. - copy the TATRIVIA directory to your BBS:Extras directory. 
  29.  
  30. - copy the REXX directory to your REXX: dir
  31.  
  32. - add the appropriate line to your BBS:Configs/Extras.rx menu.
  33.  
  34. That's it!
  35.  
  36. Adding Question files.
  37.  
  38. First create the question file. Follow this format;
  39.  
  40. (example question file)
  41.  
  42. What is the name of the Pink Floyd album with the black background and the
  43. prism on the cover?                        <--the question
  44.  Animals                                   <--answer #1, 
  45.  UmmaGumma                                 <--answer #2
  46.  Meddle                                    <--answer #3
  47. !Darkside of the Moon                      <--answer #4
  48.  
  49. ! means correct answer
  50.  
  51. Each questions file must contain 10 questions and 4 answers for each questions.
  52.  
  53. Don't forget to tag the correct answer.
  54.  
  55. Also, don't forget to name the file the next in line (i.e. Questions276) and
  56. change line 24 in the TATrivia.trans file to reflect the total question files.
  57.  
  58.